home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / GIFLIB12.ARJ / GIFTEXT.DOC < prev    next >
Text File  |  1991-05-13  |  1KB  |  42 lines

  1.             GifText
  2.             -------
  3.  
  4. Program to print (text only) general information about GIF file
  5.  
  6. Usage:
  7. ------
  8.  
  9. Usage: GifText [-q] [-c] [-e] [-z] [-p] [-r] [-h] GifFile
  10.  
  11.   If no GifFile is given, GifText will try to read stdin for GIF file.
  12.   As giftext can generate huge amount of data, ^C will kill it, but 'q' will
  13. stop only the printing (of one of -e, -z, -p), while file integrity will still
  14. be checked.
  15.  
  16.  
  17. Memory required:
  18. ----------------
  19.  
  20. Line.
  21.  
  22.  
  23. Options:
  24. --------
  25.  
  26. 1. [-q] : quite mode. Default off on MSDOS, on on unix. Controls printout
  27.    of running scan lines. Use -q- to turn off.
  28. 2. [-c] : Dumps also color maps.
  29. 3. [-e] : Dumps also encoded bytes - the pixels after compressed using LZ
  30.    algorithm and chained to form bytes. This is the form the data is saved
  31.    in the GIF file. Dumps in hex - 2 digit per byte.
  32. 4. [-z] : Dumps also the LZ codes of the image. Dumps in hex - 3 digits per
  33.    code (as we are limited to 12 bits).
  34. 5. [-p] : Dumps aslo the pixels of the image. Dumps in hex - 2 digit per
  35.    pixel (<=byte).
  36. 6. [-r] : Dumps raw pixels as one byte per pixel. This option inhibit all other
  37.    options and only the pixels are dumped. This option may be used to convert
  38.    gif file into raw data. Note the color map can be extracted by gifclrmp
  39.    utility. If more than one image exists, all images will be dumped in order.
  40. 7. [-h] : print one command line help, similar to Usage above.
  41.  
  42.